+Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
+ errors. (#143337, Billy Biggs)
+
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
+Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
+ errors. (#143337, Billy Biggs)
+
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
+Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
+ errors. (#143337, Billy Biggs)
+
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
+Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
+ errors. (#143337, Billy Biggs)
+
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
}
#ifdef G_ENABLE_DEBUG
-static const char notify_modes[][18] = {
+static const char notify_modes[][19] = {
"NotifyNormal",
"NotifyGrab",
"NotifyUngrab",
"NotifyWhileGrabbed"
};
-static const char notify_details[][22] = {
+static const char notify_details[][23] = {
"NotifyAncestor",
"NotifyVirtual",
"NotifyInferior",